header {
    position: relative;
    /* z-index: 1; */
}

.head_account {
    height: 52px;
    line-height: 52px;
    background: #665542;
    color: #ffffff;
}

    .head_account .w1390 {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .head_account .h_left {
        font-size: 14px;
        display: flex;
        align-items: center;
    }

        .head_account .h_left .top-iphone {
            position: relative;
            font-size: 14px;
            display: flex;
        }

.top-navmenutitle {
    display: flex;
    align-items: center;
    padding: 0 7px 0 3px;
    margin-right: 24px;
}

    .top-navmenutitle::after {
        display: inline-block;
        content: '';
        height: 27px;
        border: 1px solid rgba(255, 255, 255, 0.25);
        position: absolute;
        right: 16px;
    }

.top-iphone .ico-iphone {
    background: url(../../images/common/top_phone.png) no-repeat;
    display: inline-block;
    width: 22px;
    height: 22px;
    position: relative;
    margin-right: 7px;
}

.top-iphone .ico-iphone-jt {
    background: url(../../images/common/ico_iphone_xjt.png) no-repeat;
    display: inline-block;
    width: 15px;
    height: 15px;
    position: relative;
    margin-left: 6px;
}

.top-iphone-ewm {
    width: 382px;
    position: absolute;
    box-sizing: border-box;
    left: 0;
    top: 52px;
    z-index: 9999;
    background: #fff;
    padding: 10px 3px 5px 22px;
    display: none;
    box-shadow: 0px 1px 9px 0px rgba(178, 89, 0, 0.25);
    border-radius: 0px 4px 4px 4px;
    border: 1px solid #ffdbb4;
}

.head_account .h_left .top-iphone:hover .top-iphone-ewm {
    display: block;
}

.head_account .h_left .top-iphone:hover .top-navmenutitle {
    background: rgba(57, 29, 0, 0.52);
}

.head_account .h_left .top-iphone:hover .ico-iphone-jt {
    -webkit-transform: rotate(180deg);
    -webkit-transition: -webkit-transform 0.3s;
}

.top-iphone-ewm dl {
    float: left;
    margin-right: 18px;
}

    .top-iphone-ewm dl:last-child {
        margin-right: 0;
    }

    .top-iphone-ewm dl img {
        width: 100px;
        height: 100px;
    }

    .top-iphone-ewm dl dd {
        line-height: 20px;
        padding-top: 3px;
        height: 20px;
        color: #2e2e2e;
        text-align: center;
    }

.top-navmenu:hover .top-iphone-ewm {
    display: block;
}

.top-iphone-ewm .cipu-bigimg {
    position: fixed;
    max-width: 300px;
    max-height: 300px;
    display: none;
    z-index: 99;
}

    .top-iphone-ewm .cipu-bigimg img {
        box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
        max-width: 300px;
        max-height: 300px;
    }

.head_account .h_left .small_logo {
    width: 78px;
    height: 28px;
    margin-right: 30px;
}

.head_account .h_right > ul {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 52px;
}

.head_account .h_right ul li {
    margin-left: 32px;
    font-size: 14px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .head_account .h_right ul li .or {
        margin: 0 4px;
    }

.head_account .h_right ul .user:hover .edit-nav {
    display: block;
}

.edit-nav {
    width: 100px;
    position: absolute;
    top: 52px;
    left: -5px;
    background: #fff;
    text-align: left;
    border-radius: 0px 0px 4px 4px;
    box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.15);
    display: none;
}

    .edit-nav:after {
        content: '';
        position: absolute;
        top: -5px;
        left: 12px;
        width: 0px;
        height: 0px;
        border-left: 7px solid transparent;
        border-right: 7px solid transparent;
        border-bottom: 11px solid #fff;
        border-bottom-color: rgb(255, 255, 255);
        z-index: 1;
    }

    .edit-nav ul {
        width: 100%;
        overflow: hidden;
        z-index: 2;
        position: relative;
    }

        .edit-nav ul li {
            height: 36px;
            line-height: 36px;
            margin-left: 0 !important;
            display: block !important;
        }

            .edit-nav ul li i {
                display: inline-block;
                width: 21px;
                height: 20px;
                margin-right: 1px;
            }

            .edit-nav ul li a {
                display: block;
                color: #222 !important;
                display: flex;
                align-items: center;
                width: 100%;
                padding-left: 4px;
                box-sizing: border-box;
            }

                .edit-nav ul li a:hover {
                    background: rgba(255, 139, 13, 0.15);
                    color: #ff8b0d !important;
                }

            .edit-nav ul li:last-child {
                border-bottom: 0;
            }

.i-edit03 {
    background: url(../../../images/common/editico03.png) no-repeat;
    background-size: 100% auto;
}

.i-edit05 {
    background: url(../../../images/common/editico05.png) no-repeat;
    background-size: 100% auto;
}

.edit-nav ul li a:hover .i-edit03 {
    background: url(../../../images/common/editico03_on.png) no-repeat;
    background-size: 100% auto;
}

.edit-nav ul li a:hover .i-edit05 {
    background: url(../../../images/common/editico05_on.png) no-repeat;
    background-size: 100% auto;
}

.head_account .h_right ul li .xiaoxin {
    height: 36px;
    margin-right: 4px;
    object-fit: contain;
}

.head_account .h_right ul li .userImg {
    height: 25px;
    width: 25px;
    border-radius: 100%;
    margin-right: 4px;
    object-fit: contain;
    background-color: #ffefdd;
    border: 0.4px solid #fff;
}

.head_account .h_right ul li a {
    color: #ffffff;
}

    .head_account .h_right ul li a:hover {
        color: #ff8b0d;
    }

    .head_account .h_right ul li a.publish .icon_publish {
        background: url(../../images/common/publish_logo.png) no-repeat;
        background-size: 100% 100%;
        display: inline-block;
        width: 25px;
        height: 21px;
        vertical-align: middle;
        margin-right: 8px;
    }

.header {
    padding: 16px 0 12px 0;
    border: 1px solid rgba(0, 0, 0, 0.02);
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.06);
    background: #fff;
}

    .header .w1390 {
        display: flex;
        justify-content: space-between;
    }

        .header .w1390 .h_left {
            display: flex;
            height: 60px;
            align-items: center;
        }

            .header .w1390 .h_left .logo img {
                width: 164px;
                height: 60px;
            }

.header_core .w1390 .h_left .title {
    font-size: 26px;
    color: #505050;
    line-height: 24px;
    font-weight: 600;
    height: 24px;
    border-left: 1px solid #dddddd;
    padding-left: 32px;
    margin-left: 32px;
}

.header_core .w1390 .h_left {
    align-items: center;
}

.header .w1390 .h_i_right {
    display: flex;
    margin-top: 7px;
}

.header_index .w1390 .h_i_right {
    margin-top: 0px;
}

.searchBox {
    width: 920px;
    height: 42px;
    background: linear-gradient(137deg, #ffb31e, #ff8b0d);
    border-radius: 4px;
    display: flex;
    position: relative;
}

    .searchBox .whiteBg {
        flex: 1;
        border-radius: 3px 0 0 3px;
        background: #ffffff;
        height: 38px;
        margin: 2px 0 0 2px;
        padding: 0 20px;
        box-sizing: border-box;
        display: flex;
        align-items: center;
    }

        .searchBox .whiteBg .searchInput {
            display: flex;
            align-items: center;
            width: 596px;
            height: 100%;
            flex: 1;
        }

.header_index .h_center .searchBox .whiteBg .searchInput {
    width: 536px;
    flex: 1;
}

.searchBox .whiteBg .searchInput i {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(../../images/common/searchClear.png) no-repeat;
    cursor: pointer;
    background-size: 100% 100%;
    display: none;
}

.searchBox .whiteBg .searchInput input {
    flex: 1;
    font-size: 16px;
    border: none;
    height: 100%;
}

    .searchBox .whiteBg .searchInput input::placeholder {
        font-size: 16px;
    }

.searchBox .whiteBg .selectRegion {
    margin: 0 20px;
    background: rgba(0, 0, 0, 0.02);
    border-radius: 4px 4px 4px 4px;
}
/* 选择地区 */
.custom_select {
    position: relative;
    cursor: pointer;
}

    .custom_select .choose {
        width: 80px;
        height: 24px;
        background: rgba(0, 0, 0, 0.02);
        border-radius: 4px 4px 4px 4px;
        padding: 0px 8px;
        box-sizing: border-box;
        color: #999999;
        line-height: 24px;
        border: 1px solid rgba(0, 0, 0, 0.15);
        position: relative;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }

    .custom_select .arrow {
        height: 10px;
        width: 10px;
        display: inline-block;
        position: absolute;
        top: 8px;
        right: 8px;
        pointer-events: none;
    }

        .custom_select .arrow .up {
            transition: all 0.15s;
            transform: rotate(180deg);
        }

        .custom_select .arrow img {
            vertical-align: text-top;
            height: 10px;
            width: 10px;
        }

    .custom_select .on {
        color: #222;
    }

    .custom_select .option {
        display: none;
        width: 80px;
        background: #fff;
        position: absolute;
        top: 28px;
        border-radius: 4px 4px 4px 4px;
        box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.15);
        z-index: 99;
        max-height: 240px;
        overflow-y: auto;
        overflow-x: hidden;
    }

        .custom_select .option::-webkit-scrollbar {
            width: 6px;
            height: 6px;
        }

        .custom_select .option::-webkit-scrollbar-track {
            background: rgb(255, 255, 255);
            border-radius: 6px;
        }

        .custom_select .option::-webkit-scrollbar-thumb {
            background: rgb(201, 201, 202);
            border-radius: 6px;
        }

            .custom_select .option::-webkit-scrollbar-thumb:hover {
                background: rgb(162, 162, 163);
            }

        .custom_select .option ul {
            padding: 0;
            width: 80px;
        }

            .custom_select .option ul li {
                font-size: 12px;
                width: 100%;
                line-height: 24px;
                height: 24px;
                padding-left: 8px;
                box-sizing: border-box;
                color: #666666;
                white-space: nowrap;
                text-overflow: ellipsis;
                overflow: hidden;
            }

                .custom_select .option ul li:hover {
                    color: #222222;
                }

                .custom_select .option ul li.on {
                    color: #ff8b0d;
                    background: rgba(255, 139, 13, 0.15);
                }
/* 选择地区 新 */
.newSelect {
    display: inline-block;
    line-height: 24px;
    vertical-align: middle;
}

    .newSelect * {
        font-size: 12px;
        padding: 0px;
        margin: 0px;
    }

    .newSelect:hover {
        cursor: pointer;
    }

    .newSelect .newSelectTitle {
        display: block;
        padding: 0px 0px 0px 8px;
        background: rgba(0, 0, 0, 0.02);
        border: 1px solid rgba(0, 0, 0, 0.15);
        border-radius: 4px;
        height: 24px;
        text-align: left;
    }

        .newSelect .newSelectTitle span {
            display: inline-block;
            max-width: 70%;
            white-space: nowrap;
            overflow: hidden;
            color: #999999;
            font-size: 12px;
            text-overflow: ellipsis;
        }

    .newSelect .arrow {
        float: right;
        margin: 0px 8px 0px 0px;
        transition: transform 0.3s;
        -webkit-transition: -webkit-transform 0.3s;
        -moz-transition: -moz-transform 0.3s;
    }

    .newSelect .arrow_turn {
        transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
    }

.newOptions {
    text-indent: 8px;
    margin: 4px 0 0px 0;
    border-radius: 4px;
    background: #fff;
    position: absolute;
    z-index: 1000;
    display: none;
    box-sizing: border-box;
    box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.15);
}

    .newOptions li.sArea button {
        padding: 4px 10px !important;
    }

    .newOptions::-webkit-scrollbar-track {
        background-color: #fafafa;
    }

    .newOptions::-webkit-scrollbar {
        width: 5px;
        background-color: rgb(243, 236, 236);
    }

    .newOptions::-webkit-scrollbar-thumb {
        background-color: #ccc;
        border-radius: 10px;
    }

        .newOptions::-webkit-scrollbar-thumb:hover {
            background-color: #999;
        }

    .newOptions li {
        font-size: 12px;
        text-align: left;
        color: #666666;
        width: 100%;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }

        .newOptions li:hover {
            color: #222;
        }

        .newOptions li.sArea {
            border-top: 1px solid #eee;
            padding: 5px 0px !important;
            text-align: center;
        }

            .newOptions li.sArea:hover {
                background: #fff;
                cursor: auto;
            }

            .newOptions li.sArea button {
                padding: 4px 20px;
                color: #4f4f4f;
                border: 1px solid #ccc;
                border-radius: 2px;
                background: linear-gradient( to bottom, #fff 0%, #fff 50%, #f3f3f3 70%, #f8f8f8 90% );
            }

                .newOptions li.sArea button:hover {
                    background: linear-gradient( to bottom, #f8f8f8 0%, #f8f8f8 50%, #f3f3f3 70%, #fafafa 90% );
                }

                .newOptions li.sArea button:hover {
                    border-color: #aaa;
                    cursor: pointer;
                }

        .newOptions li[data-select='true'] {
            color: #ff8b0d;
            background: rgba(255, 139, 13, 0.15);
        }

.newSelectTitle .fa-angle-down:before {
    content: ' ';
    height: 12px;
    width: 12px;
    background: url(../../images/common/down.png) no-repeat;
    background-size: 100% 100%;
    display: inline-block;
    vertical-align: middle;
}

.newSelect .newSelectTitle span.clickSpan {
    color: #222;
}

.header .h_center .searchBox .whiteBg .selectType {
    color: #666666;
    display: flex;
    align-items: center;
}

    .header .h_center .searchBox .whiteBg .selectType input[type='checkbox'] {
        width: 12px;
        height: 12px;
        margin: 0 4px 0 0;
        appearance: none;
        position: relative;
        background: #fff;
        /* border-radius: 50%; */
        display: inline-block;
        vertical-align: text-top;
        appearance: none;
        background: url(../../images/common/check_unselected.png) no-repeat;
        cursor: pointer;
        background-size: 100% 100%;
    }

.header_index .h_center .searchBox .whiteBg .selectType input[type='checkbox'] {
    width: 14px;
    height: 14px;
}

.header
.h_center
.searchBox
.whiteBg
.selectType
input[type='checkbox']:checked::before {
    content: '';
    background: url(../../images/common/check_selected.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    width: 100%;
    height: 100%;
}

.header
.h_center
.searchBox
.whiteBg
.selectType
input[type='checkbox']:checked {
    background: 0 0;
}

.header .searchBox .searchBtn {
    width: 98px;
    font-size: 16px;
    line-height: 42px;
    font-weight: 500;
    color: #ffffff;
    padding-left: 20px;
    box-sizing: border-box;
    cursor: pointer;
}

    .header .searchBox .searchBtn img {
        margin-right: 2px;
        width: 20px;
        height: 20px;
    }

.header .hotSearch {
    display: flex;
    margin-top: 10px;
}

    .header .hotSearch a {
        color: #666666;
        text-decoration: underline;
    }

        .header .hotSearch a:hover {
            color: #ff8b0d;
        }

    .header .hotSearch span {
        color: #999999;
    }

    .header .hotSearch ul {
        width: 860px;
        display: flex;
        flex-wrap: wrap;
    }

.header_index .hotSearch ul {
    width: 830px;
}

.header .hotSearch ul li {
    margin: 0 12px 4px 0;
    line-height: 16px;
}

.header .h_right {
    margin-top: 6px;
    margin-left: 128px;
    white-space: nowrap;
}

    .header .h_right a {
        color: #ff8b0d;
        font-size: 16px;
        font-weight: 500;
    }
/* 首页头部 */
.header_index {
    height: 601px;
    background: #fafafa url(../../images/web/index/headBg.png) no-repeat center;
    padding: 0;
    border: none;
    box-shadow: none;
}

    .header_index .w1390 {
        flex-direction: column;
    }

        .header_index .w1390 .h_left {
            margin: 72px auto 32px;
        }

            .header_index .w1390 .h_left .logo img {
                width: 215px;
                height: 111px;
            }

    .header_index .h_right a {
        border: 2px solid #ff8b0d;
        padding: 0px 32px 0px 30px;
        background: #ffffff;
        height: 54px;
        border-radius: 4px;
        display: inline-block;
        box-sizing: border-box;
        line-height: 54px;
        font-size: 16px;
    }

        .header_index .h_right a:hover {
            background: #ff8b0d;
            color: #fff;
        }

        .header_index .h_right a img {
            position: relative;
            top: -3px;
        }

        .header_index .h_right a:hover img {
            content: url(../../images/common/publish_hover.png);
        }

    .header_index .h_center .searchBox {
        width: 900px;
        height: 54px;
    }

        .header_index .h_center .searchBox .whiteBg {
            height: 50px;
        }

            .header_index .h_center .searchBox .whiteBg .searchInput i {
                width: 20px;
                height: 20px;
            }

    .header_index .custom_select .choose {
        font-size: 14px;
        width: 100px;
        height: 36px;
        line-height: 35px;
        padding: 0px 12px;
    }

    .header_index .custom_select .arrow {
        top: 14px;
        right: 12px;
    }

    .header_index .custom_select .option ul,
    .header_index .custom_select .option {
        width: 100px;
    }

    .header_index .custom_select .option {
        top: 40px;
    }

        .header_index .custom_select .option ul li {
            line-height: 36px;
            height: 36px;
            font-size: 14px;
        }

    .header_index .searchBox .whiteBg .selectType {
        font-size: 14px;
    }

        .header_index .searchBox .whiteBg .selectType input[type='checkbox'] {
            width: 14px;
            height: 14px;
        }

    .header_index .searchBox .searchBtn {
        width: 108px;
        line-height: 54px;
    }

        .header_index .searchBox .searchBtn img {
            width: 22px;
            position: relative;
            top: -2px;
        }

    .header_index .h_right {
        margin-top: 0px;
        margin-left: 20px;
    }

    .header_index .hotSearch {
        font-size: 14px;
    }

    .header_index .hotSearch {
        margin-top: 20px;
    }

    .header_index .w1390 .h_i_right {
        margin-left: 245px;
    }

/* 面包屑 */
.crumbs {
    height: 40px;
    line-height: 40px;
    z-index: 1;
    position: relative;
}

    .crumbs .w1390 {
        display: flex;
        justify-content: space-between;
    }

    .crumbs a {
        color: #2653ff;
        display: flex;
        align-items: center;
    }

    .crumbs .c_left a.grev {
        color: #999999;
        text-decoration: none;
    }

    .crumbs .c_left {
        font-family: '宋体';
        color: #999999;
        display: flex;
    }

        .crumbs .c_left span,
        .crumbs .c_left a,
        .crumbs .c_left em {
            font-family: Arial, 'Microsoft YaHei', sans-serif;
        }

            .crumbs .c_left a:hover {
                color: #ff8b0d;
            }

        .crumbs .c_left i {
            margin: 0 6px;
        }

        .crumbs .c_left a {
            text-decoration: underline;
        }

    .crumbs .c_right a:hover {
        color: #ff8b0d;
    }

    .crumbs .c_right .opt {
        display: inline-block;
        height: 16px;
        width: 16px;
    }

    .crumbs .c_right a .down {
        background: url(../../images/common/crumbs_down.png);
    }

    .crumbs .c_right:hover .down {
        background: url(../../images/common/crumbs_down_hover.png);
    }

    .crumbs .c_right:hover .up {
        background: url(../../images/common/crumbs_up_hover.png);
    }

    .crumbs .c_right a .up {
        background: url(../../images/common/crumbs_up.png);
    }

.crumb a,
.crumb span {
    font-size: 14px;
    color: #666666;
}

.crumb .c_left span,
.crumb .c_left a,
.crumb .c_left em {
    font-family: Arial, 'Microsoft YaHei', sans-serif;
}

.crumb .c_left {
    font-family: '宋体';
}

    .crumb .c_left i {
        color: #ccc;
        font-size: 14px;
    }

.crumb a {
    text-decoration: none;
}

    .crumb a:hover {
        color: #ff8b0d;
    }

.crumb em {
    color: #ff6c2d;
    font-size: 14px;
}

.crumb .c_left i {
    margin: 0 8px;
}

.crumb {
    height: 32px;
    line-height: 32px;
    text-align: left;
}

body {
    background: #f4f4f4;
}

main {
    padding-bottom: 20px;
}
/* 商铺导航 */
.navigation {
    border-bottom: 2px solid #ff8b0d;
    background: #ffffff;
    height: 44px;
    line-height: 44px;
    margin-top: 10px;
    z-index: 2;
    position: relative;
}

    .navigation ul li {
        float: left;
    }

        .navigation ul li a {
            min-width: 96px;
            padding: 0 20px;
            box-sizing: border-box;
            line-height: 44px;
            display: inline-block;
            text-align: center;
            font-size: 14px;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .navigation ul li:hover .list {
            display: block;
        }

        .navigation ul li:hover .arrow {
            transition: all 0.15s;
            transform: rotate(180deg);
        }

        .navigation ul li a .arrow {
            background: url(../../images/common/arrow_grev.png) no-repeat;
            background-size: 100% 100%;
            display: inline-block;
            width: 16px;
            height: 16px;
            margin-left: 4px;
        }

        .navigation ul li.select a .arrow {
            background: url(../../images/common/arrow.png) no-repeat;
            background-size: 100% 100%;
        }

    .navigation > ul li.select {
        background: #ff8b0d;
        font-weight: 600;
    }

    .navigation ul li.select a {
        color: #ffffff;
    }

    .navigation ul li .list {
        width: 96px;
        flex-flow: column;
        z-index: 111;
        display: none;
        background: #ff8b0d;
        position: absolute;
        border-top: 2px solid #ff8b0d;
        box-sizing: border-box;
        box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.15);
    }

        .navigation ul li .list li a {
            line-height: 40px;
            font-weight: 400;
            color: #ffffff;
        }

        .navigation ul li .list li:hover {
            background: #ffffff;
        }

            .navigation ul li .list li:hover a {
                color: #ff8b0d;
                font-weight: 500;
            }
/* 芯指数 */
.core_header {
    height: 240px;
    background: url(../../images/web/coreIndex/headBg.png) no-repeat center;
    padding-top: 106px;
    box-sizing: border-box;
    margin-top: 20px;
}

    .core_header .searchBox .searchBtn {
        width: 108px;
        font-size: 16px;
        line-height: 54px;
        font-weight: 500;
        color: #ffffff;
        padding-left: 20px;
        box-sizing: border-box;
        cursor: pointer;
    }

        .core_header .searchBox .searchBtn img {
            width: 20px;
            height: 20px;
        }

    .core_header .searchBox {
        width: 900px;
        height: 54px;
        margin: 0 auto;
    }

        .core_header .searchBox .whiteBg {
            height: 50px;
        }

.header_core {
    padding-bottom: 0;
    height: 100px;
    box-sizing: border-box;
}

    .header_core .h_right ul {
        display: flex;
    }

        .header_core .h_right ul li {
            min-width: 104px;
            text-align: center;
            line-height: 46px;
        }

            .header_core .h_right ul li.select {
                border-bottom: 2px solid #ff8b0d;
            }

                .header_core .h_right ul li.select a {
                    color: #222222;
                    font-weight: 600;
                }

            .header_core .h_right ul li a {
                color: #666666;
            }

    .header_core .h_right {
        margin: 34px 0 0 0;
        float: right;
    }

    .header_core .w1390 {
        display: block;
    }

        .header_core .w1390 .h_left {
            float: left;
        }
/* 专题页头部 */
.header_special_page {
    padding: 30px 0 0 0;
    height: 100px;
    box-sizing: border-box;
}

    .header_special_page .h_left {
        display: flex;
        align-items: center;
    }

        .header_special_page .h_left span.title {
            font-size: 26px;
            color: #505050;
            line-height: 24px;
            font-weight: 600;
            height: 24px;
            border-left: 1px solid #dddddd;
            padding: 0 0 0 32px;
            margin: 0 0 0 32px;
        }

        .header_special_page .h_left .logo img {
            width: 136px;
            height: 50px;
        }

/* 帮助中心/证书认证头部 */

.cert_head,
.cert_result_head {
    font-family: PingFang SC-Semibold, PingFang SC;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cert_head {
    font-size: 28px;
    padding-right: 26px;
    font-weight: 600;
    margin: 248px auto 60px;
}

.cert_result_head {
    font-size: 26px;
    font-weight: 600;
}

.cert_head img {
    height: 72px;
    width: 196px;
}

.cert_head i,
.cert_result_head i {
    display: inline-block;
    background-color: #dddddd;
    width: 1px;
}

.cert_head i {
    height: 28px;
    margin: 0 40px 0;
}

.cert_result_head i {
    margin: 0 32px 0;
    height: 24px;
}

.cert_search > div {
    width: 900px;
    height: 54px;
    margin: 0 auto;
    display: flex;
    background: linear-gradient( 129deg, rgba(255, 179, 30, 1), rgba(255, 139, 13, 1) );
    border-radius: 4px;
}

.cert_result_header {
    display: flex;
    justify-content: space-between;
    padding: 20px 0;
    align-items: center;
    height: 100px;
    box-sizing: border-box;
}

.cert_result_body .cert_result_head img {
    width: 136px;
    height: 50px;
}

.cert_search .searchInput {
    flex: 1;
    position: relative;
}

    .cert_search .searchInput input[type='text'] {
        width: 100%;
        height: 50px;
        margin: 2px 0 0 2px;
        font-size: 16px;
        font-family: Arial, Helvetica, sans-serif;
        float: left;
        border: none;
        text-indent: 32px;
        outline: none;
        border-radius: 3px 0px 0px 3px;
        box-sizing: border-box;
    }

    .cert_search .searchInput i {
        display: inline-block;
        width: 20px;
        height: 20px;
        background: url(../../images/common/searchClear.png) no-repeat;
        cursor: pointer;
        background-size: 100% 100%;
        position: absolute;
        right: 32px;
        top: 17px;
        display: none;
    }

.cert_search .searchBtn {
    position: relative;
}

    .cert_search .searchBtn img {
        position: absolute;
        top: 18px;
        left: 24px;
        width: 20px;
        height: 20px;
    }

.cert_result_body .cert_search {
    height: 42px;
    border-radius: 4px;
}

    .cert_result_body .cert_search > div input[type='text'] {
        width: 500px;
        height: 54px;
        box-sizing: border-box;
    }

    .cert_result_body .cert_search > div {
        width: 572px;
        height: 40px;
    }

.cert_search > div input[type='text']::placeholder {
    color: #999;
}

.cert_result_body .cert_search p {
    background: linear-gradient( 129deg, rgba(255, 179, 30, 1), rgba(255, 139, 13, 1) );
    border-radius: 4px;
}

    .cert_result_body .cert_search p input[type='text'] {
        width: 490px;
        height: 38px;
        margin: 2px 0 0 2px;
        box-sizing: border-box;
        line-height: 44px;
        font-size: 16px;
        float: left;
        border: none;
        text-indent: 24px;
        outline: none;
        border-radius: 3px 0px 0px 3px;
    }

        .cert_result_body .cert_search p input[type='text']::placeholder {
            font-size: 16px;
        }

.cert_result_body .cert_search p {
    width: 572px;
    height: 42px;
}

.cert_result_body .cert_search .enter {
    width: 80px;
    height: 42px;
    padding: 0px;
    text-align: center;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
}

.cert_search .enter {
    width: 108px;
    height: 54px;
    border: 0;
    float: right;
    cursor: pointer;
    background: #ff8b0d;
    color: #fff;
    font-size: 16px;
    outline: none;
    border-radius: 0px 4px 4px 0px;
    text-align: right;
    padding-right: 30px;
}
/* 404 */
.notFound {
    display: flex;
    justify-content: center;
    padding-top: 188px;
}

    .notFound .logo404 {
        width: 254px;
        height: 258px;
        margin-right: 94px;
        padding-top: 60px;
    }

    .notFound .notFoundContent h1 {
        line-height: 74px;
        font-size: 63px;
        color: #1e1b18;
    }

    .notFound .notFoundContent div {
        color: #4b3e30;
        line-height: 41px;
        font-size: 24px;
        width: 468px;
    }

    .notFound .notFoundContent .goHome {
        width: 106px;
        height: 40px;
        text-align: center;
        line-height: 40px;
        display: inline-block;
        font-weight: 500;
        color: #ffffff;
        font-size: 16px;
        background: #ff8b0d;
        border-radius: 5px;
        margin: 12px 0 24px 0;
    }

    .notFound .notFoundContent .know {
        border-top: 1px dashed #dedede;
        padding-top: 16px;
        color: #513f32;
    }

        .notFound .notFoundContent .know a,
        .notFound .notFoundContent .know i {
            color: #ff9900;
        }
/* 头部历史搜索记录 */

.search-result {
    width: 824px;
    position: absolute;
    left: 0;
    top: 38px;
    background: #fff;
    display: none;
    z-index: 111;
    border-radius: 0px 0px 3px 4px;
    border: 2px solid;
    border-image: linear-gradient(137deg, #ffb31e, #ff8b0d) 2;
    background-clip: padding-box, border-box;
    background-origin: padding-box, border-box;
    background-image: linear-gradient(to right, #fff, #fff), linear-gradient(to right, #ffb31e, #ff8b0d);
    border-top: none;
    padding: 0 20px;
    box-sizing: border-box;
}

.header_index .search-result,
.core_header .search-result {
    width: 794px;
    top: 50px;
}

.search-hotwords-content {
    box-sizing: border-box;
    margin: -4px -20px 0;
    background: #fff;
    max-height: 290px;
    overflow: hidden;
}

    .search-hotwords-content::before {
        width: 750px;
        height: 2px;
        margin-left: 20px;
        background-color: #f5f5f6;
        content: ' ';
        display: inline-block;
        margin-bottom: 2px;
    }
/* .header_index .search-hotwords-content {
  margin-top: 0;
} */
.search-result li {
    padding: 0 20px;
}

    .search-result li a {
        line-height: 34px;
        height: 34px;
        display: inline-block;
        width: 100%;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

        .search-result li a span {
            font-size: 16px;
        }

        .search-result li a em {
            color: #666666;
            font-size: 14px;
        }

        .search-result li a:hover {
            color: #ff8b0d;
        }

    .search-result li:hover {
        background: rgba(255, 139, 13, 0.15);
    }

.search-hotwords-close {
    text-align: right;
    line-height: 28px;
}

    .search-hotwords-close span {
        color: #999;
        cursor: pointer;
        font-size: 14px;
    }

        .search-hotwords-close span:hover {
            color: #ff8b0d;
        }

.head_wid {
    width: 100% !important;
    /* height: 128px; */
    position: fixed;
    top: 0;
    background-color: #fff;
    z-index: 222;
    border: 1px solid rgba(0, 0, 0, 0.02);
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.06);
}

    .head_wid .head_account {
        position: fixed;
        top: -52px;
    }

.logo_box_fixed {
    width: 1390px;
    transform: translateX(-50%);
    left: 50%;
    z-index: 999;
    background-color: #fff;
    border: none;
    box-shadow: none;
    position: fixed;
}

.head_wid .hotSearch ul {
    height: 20px;
    overflow: hidden;
}

/* 头部有当前页名字(搜索框尺寸变小)- 技术资料 */

.headerHasName .h_left .h_left_title {
    border-left: 2px solid #c0c0c0;
    height: 40px;
    line-height: 40px;
    padding-left: 28px;
    margin-left: 28px;
    font-size: 26px;
    color: #303030;
    font-weight: 500;
}

.headerHasName .searchBox {
    width: 730px;
}

    .headerHasName .searchBox .whiteBg .searchInput {
        width: 400px;
    }

.headerHasName .hotSearch ul {
    width: 670px;
}